home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / comm / net / parnet_complete.lha / netutils.readme < prev    next >
Encoding:
Text File  |  1993-09-28  |  3.8 KB  |  107 lines

  1. NetUtilities - ©1993 Pyxis Productions
  2. --------------------------------------
  3.  
  4. These programs require the ParNet or SerNet packages, available
  5. separately.
  6.  
  7. There are some great utilities available for the Amiga which allow
  8. parallel and serial connections between two machines.  This allows files
  9. to be transferred effortlessly, and programs on either hard-drive to be
  10. shared.
  11.  
  12. If you have both machines in the same room, possibly operated by the same
  13. person, talking back and forth isn't a problem... But suppose you had two
  14. rooms with a computer in each one of them, and you didn't want to yell
  15. stuff across to the other room... Thus NetUtilities was born.
  16.  
  17.  
  18. What's In the Package:
  19. ----------------------
  20.  
  21. Inform  - This is the background message server.  This always hangs around
  22.           and checks for stuff coming from the other machine, and calls
  23.           the appropriate command when it is sent.  Inform will flash the
  24.           other computer's screen when you try run "Send".
  25.  
  26. Send    - A small CLI program which           on your machine.  Just type into it as you would into a CLI
  27.           window.  When you press RETURN at the end of each line, it will
  28.           be sent to the other machine.
  29.  
  30. Receive - Another small program which opens a chat-receive window on your
  31.           screen.
  32.  
  33. NetCmd  - This allows you to execute a command on the other person's
  34.           computer.  Say for instance you have a reboot command on the
  35.           remote machine... If you executed it from your computer, it
  36.           would load the code to your machine and reboot your machine.
  37.           With "NetCmd", the "Inform" program will sense the command
  38.           coming over the network, and execute it on the receiving
  39.           machine, so in this case the remote machine would execute reboot
  40.           and reboot the remote machine.
  41.  
  42. Reboot  - Executes a warm reset.  Handy with NetCmd.
  43.  
  44.  
  45. How To Use:
  46. -----------
  47.  
  48. Follow the commands in the ParNet or SerNet progams to set up the network,
  49. then simply type "RUN INFORM" on both machines.  Nothing happen, however the inform process will begin scanning for messages/commands
  50. from the remote system.  There's no way to stop inform once you run it, but
  51. it takes up little memory, and little or no processor time.
  52.  
  53. If you want to send a message to the other machine, simply type SEND (or
  54. RUN SEND), and type your message into the window which appears.  As soon
  55. as you hit return, the remote machine's screen will flash, indicating you
  56. want to chat.  You might want to also type "RUN RECEIVE" so you can see
  57. what they are typing as well.
  58.  
  59. If you want to send a command to the other machine, simply use the command
  60. "NETCMD xxxx" where "xxxx" is the command you want the OTHER machine to
  61. execute (for example "NETCMD DPAINTIV" would run Dpaint IV on the OTHER
  62. machine - You'd still have to go over there and use it manually however).
  63.  
  64.  
  65. Why it was done:
  66. ----------------
  67.  
  68. As you may have guessed, we live in a basement suite with their rooms
  69. right next to eachother.  A small hole in the wall permits passage of
  70. a RS232 cable betfiles and run programs between the two machines via ParNet.
  71.  
  72.  
  73. Who we are:
  74. -----------
  75.  
  76. David Griffiths - support     - internet: dgriff@unixg.ubc.ca
  77. Neall Verheyde  - programming - internet: verheyde@sfu.ca
  78.  
  79. Terra Firma BBS [v32.bis - Fido# 1:153/765.0]
  80. (604)434-3665
  81.  
  82. TunnelVision [HST - Fido# 1:153/910.0]
  83. (604)535-9826
  84.  
  85. (604)535-9846 (v32.bis)
  86. (604)535-9785 (v32.bis)
  87.  
  88.  
  89. Other Pyxis Utilities:
  90. ----------------------
  91.  
  92.   ClockTweek - Helps correct periodic errors in the system clock.
  93.  
  94.     Purge2.0 - Deletes files in a way that they are "undeletable".
  95.  
  96.     MemWatch - Helps find program memory loss.
  97.  
  98.     BlockMem - Removes corrupt memory areas from the system list.
  99.  
  100.     ReqInter - Reqtools.library interface for HiSoft BASIC.
  101.  
  102.  
  103. Legal Stuff:
  104. ------------
  105.  
  106. Since we are including the source code in this for you to mutilate to your
  107.